home *** CD-ROM | disk | FTP | other *** search
- ; *** Ænû╩(æÉÆn) **************************************************************
- create object default obj_JIMEN
- object obj_JIMEN1
- close
-
- create object default obj_JIMEN1
- geometry geom_JIMEN1
- surface surf_JIMEN1
- shad-group gp_shad_JIMEN
- close
-
- create geometry cube geom_JIMEN1
- close
-
- ; *** Ænû╩é╠Ä┐è┤ **************************************************************
- create surface default surf_JIMEN1
- rgb 0.3 0.8 0.4
- ambient 0.15 0.15 0.15
- diffuse 1 1 1
- specular 0 0 0
- color-map map_JIMEN1
- bump-map map_JIMEN2
- bump-map map_JIMEN3
- close
-
- ; *** âJâëü[â}âbâsâôâO(âmâCâY)é╠É▌ÆΦ ***
- create map solid map_JIMEN1
- volume vol_JIMEN1
- transform tf_solid
- close
-
- create volume noise vol_JIMEN1
- noise-type turbulence
- magnitude 3000
- rgba 0.1 0.6 0.2 1
- close
-
- ; *** âoâôâvâ}âbâsâôâO(é╡éφé╡éφ)é╠É▌ÆΦ1 ***
- create map solid map_JIMEN2
- volume vol_JIMEN2
- transform tf_solid
- close
-
- create volume wrinkle vol_JIMEN2
- magnitude 16
- degree 0.2
- close
-
- ; *** âoâôâvâ}âbâsâôâO(é╡éφé╡éφ)é╠É▌ÆΦ2 ***
- create map solid map_JIMEN3
- volume vol_JIMEN3
- transform tf_solid
- close
-
- create volume wrinkle vol_JIMEN3
- magnitude 100
- degree 0.1
- close
-
- create transform surface tf_solid
- project solid
- close